#rsw comment: cut the template material and focus on your project ##

#rsw comment: incorporate these newsroom notes into your own narrative

Load software libraries

#install.packages("tidyverse")
#install.packages("janitor")
#install.packages("readxl")
#install.packages("rvest")
library(tidyverse)
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ dplyr     1.1.4     ✔ readr     2.1.5
## ✔ forcats   1.0.0     ✔ stringr   1.5.1
## ✔ ggplot2   3.5.2     ✔ tibble    3.2.1
## ✔ lubridate 1.9.4     ✔ tidyr     1.3.1
## ✔ purrr     1.0.4     
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag()    masks stats::lag()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(janitor)
## 
## Attaching package: 'janitor'
## 
## The following objects are masked from 'package:stats':
## 
##     chisq.test, fisher.test
library(readxl)
library(rvest)
## 
## Attaching package: 'rvest'
## 
## The following object is masked from 'package:readr':
## 
##     guess_encoding
library(lubridate)
library(rvest)
Made with Flourish

Part 2:

Hello Mr. Herzong & Wells,

I’ve embedded an interactive Flourish chart comparing monthly revenue growth between retail and online sports betting in Indiana since legalization. What stands out immediately is how aggressively online betting has surged past retail, the gap widens dramatically starting in 2020, reinforcing the market dominance of digital platforms over time. You can visually trace how retail receipts plateau while online gross receipts skyrocket, especially after the COVID-era acceleration.

Made with Flourish

That said, to make room for more historical context and potentially expand the dataset going back further, I may revise the chart to display quarterly totals instead of monthly. It’ll reduce visual clutter while still preserving the broader trend narrative. I’m also developing a second chart that’ll break down which online sportsbooks have performed best over time. This brand-level data should help us illustrate not just the dominance of the digital sector, but which companies are winning the market share battle month-over-month. I think that insight will pair nicely with the current visual and strengthen our overall argument. This won’t take long for me to develop.

Beyond the charts, I plan to do more digging into Indiana’s political landscape around gambling. What caught my attention is that many of the state’s “brick-and-mortar” casinos appear to have formal partnerships with online sportsbooks, something that doesn’t seem to be common nationwide. I need to confirm this through further research, but it could speak to a unique regulatory framework or business strategy that’s worth highlighting in the piece.

 ```{=html}  
Made with Flourish
```

Part 2:

Hello Mr. Herzong & Wells,

I’ve embedded an interactive Flourish chart comparing monthly revenue growth between retail and online sports betting in Indiana since legalization. What stands out immediately is how aggressively online betting has surged past retail, the gap widens dramatically starting in 2020, reinforcing the market dominance of digital platforms over time. You can visually trace how retail receipts plateau while online gross receipts skyrocket, especially after the COVID-era acceleration.

That said, to make room for more historical context and potentially expand the dataset going back further, I may revise the chart to display quarterly totals instead of monthly. It’ll reduce visual clutter while still preserving the broader trend narrative. I’m also developing a second chart that’ll break down which online sportsbooks have performed best over time. This brand-level data should help us illustrate not just the dominance of the digital sector, but which companies are winning the market share battle month-over-month. I think that insight will pair nicely with the current visual and strengthen our overall argument. This won’t take long for me to develop.

Beyond the charts, I plan to do more digging into Indiana’s political landscape around gambling. What caught my attention is that many of the state’s “brick-and-mortar” casinos appear to have formal partnerships with online sportsbooks, something that doesn’t seem to be common nationwide. I need to confirm this through further research, but it could speak to a unique regulatory framework or business strategy that’s worth highlighting in the piece.

Draft Pitch:

Ethan Hylton 301-219-4246 / 6/2/2025

Hello Mr. Herzong & Wells,

I’d like to pitch a story that looks beyond the betting slips to explore how online sports betting has rapidly overtaken Indiana’s gambling market, and who’s profiting behind the scenes.

Since mobile sports betting launched in Indiana in October 2019, the industry has exploded. While retail sportsbooks exist, they’ve been steadily eclipsed by online platforms, which now account for the vast majority of sports wagers in the state. The public-facing apps like FanDuel, DraftKings, BetMGM, and others are just one layer. What’s less understood is the network of companies, partnerships, and in-state casinos enabling this surge.

library(tidyverse)

Each mobile sportsbook in Indiana must partner with a local brick-and-mortar casino. That’s opened the door for a mix of major national brands and global players to take hold of the market: #rsw comment: great to figure out this unusual competitive partnership. is that the case in other states? good progress to nail down these business partnerships

How Google search interest in sports betting has sustained high levels since 2019. The little-known partnerships between global corporations and local Indiana casinos

Whether Indiana is becoming a model, or cautionary tale for other states following suit

I believe there’s real value in tracing both the cultural shift and the business web that powers Indiana’s mobile betting boom.

Load your data

2024

# 
# YOUR_DATA <- read.csv("../data/XXXXX.csv") |> 
#     clean_names()

# 1: Load Excel files (2019–2025)